home *** CD-ROM | disk | FTP | other *** search
- ; chips5.inf
- ;
- ; Installation inf for the C&T drivers
- ;
-
- [Version]
- Signature="$CHICAGO$"
- Provider=%MS%
- LayoutFile=layout.inf
- ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
- Class=Display
- DriverVer=08/25/1999,5.0.01.0137
-
- [DestinationDirs]
- DefaultDestDir = 11
- chips5x.Miniport = 12 ; drivers
- chips5x.Display = 11 ; system32
-
- ;
- ; Driver information
- ;
-
- [Manufacturer]
- %Chips% = Chips.Mfg
-
- [Chips.Mfg]
- %Chips% 65548 = chips5x, PCI\VEN_102C&DEV_00DC
- %Chips% 65550 = chips5x, PCI\VEN_102C&DEV_00E0
- %Chips% 65554 = chips5x, PCI\VEN_102C&DEV_00E4
- %Chips% 65555 = chips5x, PCI\VEN_102C&DEV_00E5
- %Chips% 68554 = chips5x, PCI\VEN_102C&DEV_00F4
- %Chips% 69000 = chips5x, PCI\VEN_102C&DEV_00C0
- ;
- ; General installation section
- ;
-
- [chips5x]
- CopyFiles=chips5x.Miniport, chips5x.Display
-
- ;
- ; File sections
- ;
-
- [chips5x.Miniport]
- chipsm5.sys
-
- [chips5x.Display]
- chipsd5.dll
-
- ;
- ; Software Installation
- ;
-
- [chips5x.SoftwareSettings]
- AddReg = chips5x_SoftwareDeviceSettings
-
- [chips5x_SoftwareDeviceSettings]
- HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, chipsd5
- HKR,, VgaCompatible, %REG_DWORD%, 1
-
- ;
- ; Service Installation
- ;
-
- [chips5x.Services]
- AddService = chips, 0x00000002, chips5x_Service_Inst, chips5x_EventLog_Inst
-
- [chips5x_Service_Inst]
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 1 ; SERVICE_SYSTEM_START
- ErrorControl = 0 ; SERVICE_ERROR_IGNORE
- LoadOrderGroup = Video
- ServiceBinary = %12%\chipsm5.sys
-
- [chips5x_EventLog_Inst]
- AddReg = chips5x_EventLog_AddReg
-
- [chips5x_EventLog_AddReg]
- HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\chipsm5.sys"
- HKR,,TypesSupported,0x00010001,7
-
-
- [Strings]
-
- ;
- ; Non-Localizable Strings
- ;
-
- REG_SZ = 0x00000000
- REG_MULTI_SZ = 0x00010000
- REG_EXPAND_SZ = 0x00020000
- REG_BINARY = 0x00000001
- REG_DWORD = 0x00010001
- serviceroot = System\CurrentControlSet\Services
-
- ;
- ; Localizable Strings
- ;
-
- Chips = "Chips And Technologies"
- MS="Microsoft"
-